TDADumpOptions class overview.
Properties
Name | Description |
AddDrop |
Used to add DROP statements to a script before CREATE statements.
|
CompleteInsert |
Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.
|
GenerateHeader |
Used to add a comment header to a script.
|
QuoteNames |
Used for TDADump to quote all database object names in generated SQL statements.
|